SetAttachDebugStackRequest

data class SetAttachDebugStackRequest(enabled: Boolean)

Represents request frame that can be used with Network#setAttachDebugStack operation call.

Specifies whether to attach a page script stack id in requests

See also

Constructors

SetAttachDebugStackRequest
Link copied to clipboard
fun SetAttachDebugStackRequest(enabled: Boolean)

Properties

enabled
Link copied to clipboard
val enabled: Boolean
Whether to attach a page script stack for debugging purpose.

Sources

jvm source
Link copied to clipboard